home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d3 / ss16.arc / ADDLIST.DOC next >
Text File  |  1989-12-02  |  4KB  |  99 lines

  1.  
  2.                                AddList v1.0
  3.                             Dictionary Builder
  4.                    (C) Copyright 1989, Acropolis Software
  5.  
  6.                              Acropolis Software
  7.                                4620 Hazel Ave.
  8.                             Fair Oaks, CA  95628
  9.  
  10.  
  11.  
  12.       THE LEGAL STUFF
  13.  
  14.  
  15.          AddList is provided on an "as is" basis without warranty of
  16.          any kind expressed or implied. In no event will Acropolis
  17.          Software be liable to you for any damages, including any lost
  18.          profits, lost savings or other incidental or consequential
  19.          damages arising out of the use of or inability to use the
  20.          program, even if Acropolis Software has been advised of the
  21.          possibility of such damages, or for any claim by any other party.
  22.  
  23.          AddList is copyrighted by Acropolis Software. You are
  24.          encouraged to give copies to your friends and upload it to
  25.          bulletin boards, however sale of the program for profit by
  26.          anyone except Acropolis Software is strictly prohibited.  With
  27.          the exception of a small fee for duplication. That fee does not
  28.          register you as a user of AddList.
  29.  
  30.  
  31.    WHAT IS ADDLIST?
  32.  
  33.      AddList is a utility to aid in the use of ShareSpell.  It will
  34.      allow you to add a list of words to the ShareSpell dictionary
  35.      as a group.  Why would you want to do that?  Good question.
  36.      If you are using ShareSpell in your work and it involves a
  37.      considerable number of "buzzwords" or jargon particular to
  38.      your field then you can add those words to the dictionary at
  39.      one time and not have to worry about adding them one at a time
  40.      as you run across them.  But where would I get the list of words
  41.      to add?  Another good question.  There are a number of word lists
  42.      available either as shareware or in the public domain for several
  43.      different fields that are meant for inclusion in spelling
  44.      checker dictionaries.
  45.  
  46.  
  47.    HOW DO I ADD MY WORD LIST?
  48.  
  49.      Easy, if you have ShareSpell properly installed just type:
  50.  
  51.       ADDLIST filename
  52.  
  53.      The words in the "filename" will be added to the dictionary.
  54.      If you have more than one list of words you wish to add you can
  55.      give multiple file names to AddList:
  56.  
  57.       ADDLIST filename1 filename2 filename3 filename4....
  58.  
  59.      If you do not have ShareSpell installed, place the ShareSpell
  60.      dictionary (SS.DIC) on the same disk that you have the word list
  61.      you wish to add and the AddList program.  Then just follow the
  62.      commands as outlined above.  If you are using floppies you can
  63.      place the word list on a separate disk and give the full path
  64.      name to AddList (i.e. ADDLIST B:MYWORDS.TXT).  Either way
  65.      AddList must be able to find the dictionary in the current
  66.      directory or in one of the directories included in the PATH.
  67.  
  68.  
  69.  
  70.    WHAT IS THE FORMAT FOR THE WORD LIST?
  71.  
  72.      That's easy: There isn't one.  Any place text will do, AddList
  73.      will strip the words from the file and place any unknown words
  74.      in the dictionary.  You could even give this file to AddList
  75.      and it would take it.  I do however recommend that you use
  76.      a format of one word per line placed at the beginning of each
  77.      line.
  78.  
  79.  
  80.  
  81.    WARNINGS
  82.  
  83.      Three warnings about using AddList:
  84.  
  85.       1) Do not use AddList on your original copy of the ShareSpell
  86.          dictionary.  Always work with a copy of the original.  This
  87.          is not a requirement, it is just good computing practice.
  88.  
  89.       2) Make sure that the list of words you add are spelled correctly.
  90.          Otherwise they will go into the dictionary and stay there since
  91.          you cannot delete words from the dictionary.
  92.  
  93.       3) If you are adding a large number of words (10,000 or more)
  94.          be prepared for the operation to take an hour.  The speed
  95.          is fairly constant, 5,000 word should take about a half
  96.          an hour, a few hundred words should take only a few
  97.          minutes.  (Times based on an 8Mhz 80286.)
  98.  
  99.